3.4.7 \(\int \frac {1}{(d+e x^2) (a+b x^2+c x^4)} \, dx\) [307]

Optimal. Leaf size=254 \[ -\frac {\sqrt {c} \left (e-\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b-\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}-\frac {\sqrt {c} \left (e+\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b+\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}+\frac {e^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {d} \left (c d^2-b d e+a e^2\right )} \]

[Out]

e^(3/2)*arctan(x*e^(1/2)/d^(1/2))/(a*e^2-b*d*e+c*d^2)/d^(1/2)-1/2*arctan(x*2^(1/2)*c^(1/2)/(b-(-4*a*c+b^2)^(1/
2))^(1/2))*c^(1/2)*(e+(b*e-2*c*d)/(-4*a*c+b^2)^(1/2))/(a*e^2-b*d*e+c*d^2)*2^(1/2)/(b-(-4*a*c+b^2)^(1/2))^(1/2)
-1/2*arctan(x*2^(1/2)*c^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2))*c^(1/2)*(e+(-b*e+2*c*d)/(-4*a*c+b^2)^(1/2))/(a*e^2
-b*d*e+c*d^2)*2^(1/2)/(b+(-4*a*c+b^2)^(1/2))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.36, antiderivative size = 254, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {1184, 211, 1180} \begin {gather*} -\frac {\sqrt {c} \text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right ) \left (e-\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right )}{\sqrt {2} \sqrt {b-\sqrt {b^2-4 a c}} \left (a e^2-b d e+c d^2\right )}-\frac {\sqrt {c} \text {ArcTan}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {\sqrt {b^2-4 a c}+b}}\right ) \left (\frac {2 c d-b e}{\sqrt {b^2-4 a c}}+e\right )}{\sqrt {2} \sqrt {\sqrt {b^2-4 a c}+b} \left (a e^2-b d e+c d^2\right )}+\frac {e^{3/2} \text {ArcTan}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {d} \left (a e^2-b d e+c d^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((d + e*x^2)*(a + b*x^2 + c*x^4)),x]

[Out]

-((Sqrt[c]*(e - (2*c*d - b*e)/Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(Sqr
t[2]*Sqrt[b - Sqrt[b^2 - 4*a*c]]*(c*d^2 - b*d*e + a*e^2))) - (Sqrt[c]*(e + (2*c*d - b*e)/Sqrt[b^2 - 4*a*c])*Ar
cTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*Sqrt[b + Sqrt[b^2 - 4*a*c]]*(c*d^2 - b*d*e + a
*e^2)) + (e^(3/2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(Sqrt[d]*(c*d^2 - b*d*e + a*e^2))

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 1180

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 1184

Int[((d_) + (e_.)*(x_)^2)^(q_)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> Int[ExpandIntegrand[(d + e*x
^2)^q/(a + b*x^2 + c*x^4), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a
*e^2, 0] && IntegerQ[q]

Rubi steps

\begin {align*} \int \frac {1}{\left (d+e x^2\right ) \left (a+b x^2+c x^4\right )} \, dx &=\int \left (\frac {e^2}{\left (c d^2-b d e+a e^2\right ) \left (d+e x^2\right )}+\frac {c d-b e-c e x^2}{\left (c d^2-b d e+a e^2\right ) \left (a+b x^2+c x^4\right )}\right ) \, dx\\ &=\frac {\int \frac {c d-b e-c e x^2}{a+b x^2+c x^4} \, dx}{c d^2-b d e+a e^2}+\frac {e^2 \int \frac {1}{d+e x^2} \, dx}{c d^2-b d e+a e^2}\\ &=\frac {e^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {d} \left (c d^2-b d e+a e^2\right )}-\frac {\left (c \left (e-\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {1}{\frac {b}{2}-\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right )}-\frac {\left (c \left (e+\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right )\right ) \int \frac {1}{\frac {b}{2}+\frac {1}{2} \sqrt {b^2-4 a c}+c x^2} \, dx}{2 \left (c d^2-b d e+a e^2\right )}\\ &=-\frac {\sqrt {c} \left (e-\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b-\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}-\frac {\sqrt {c} \left (e+\frac {2 c d-b e}{\sqrt {b^2-4 a c}}\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b+\sqrt {b^2-4 a c}} \left (c d^2-b d e+a e^2\right )}+\frac {e^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {d} \left (c d^2-b d e+a e^2\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.16, size = 274, normalized size = 1.08 \begin {gather*} \frac {\sqrt {c} \left (-2 c d+b e+\sqrt {b^2-4 a c} e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b-\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b^2-4 a c} \sqrt {b-\sqrt {b^2-4 a c}} \left (-c d^2+b d e-a e^2\right )}+\frac {\sqrt {c} \left (2 c d-b e+\sqrt {b^2-4 a c} e\right ) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {c} x}{\sqrt {b+\sqrt {b^2-4 a c}}}\right )}{\sqrt {2} \sqrt {b^2-4 a c} \sqrt {b+\sqrt {b^2-4 a c}} \left (-c d^2+b d e-a e^2\right )}+\frac {e^{3/2} \tan ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d}}\right )}{\sqrt {d} \left (c d^2-b d e+a e^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((d + e*x^2)*(a + b*x^2 + c*x^4)),x]

[Out]

(Sqrt[c]*(-2*c*d + b*e + Sqrt[b^2 - 4*a*c]*e)*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(Sqrt[2
]*Sqrt[b^2 - 4*a*c]*Sqrt[b - Sqrt[b^2 - 4*a*c]]*(-(c*d^2) + b*d*e - a*e^2)) + (Sqrt[c]*(2*c*d - b*e + Sqrt[b^2
 - 4*a*c]*e)*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 - 4*a*c]]])/(Sqrt[2]*Sqrt[b^2 - 4*a*c]*Sqrt[b + Sqrt
[b^2 - 4*a*c]]*(-(c*d^2) + b*d*e - a*e^2)) + (e^(3/2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(Sqrt[d]*(c*d^2 - b*d*e + a
*e^2))

________________________________________________________________________________________

Maple [A]
time = 0.11, size = 215, normalized size = 0.85

method result size
default \(\frac {4 c \left (-\frac {\left (-e \sqrt {-4 a c +b^{2}}-e b +2 c d \right ) \sqrt {2}\, \arctanh \left (\frac {c x \sqrt {2}}{\sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{8 \sqrt {-4 a c +b^{2}}\, \sqrt {\left (-b +\sqrt {-4 a c +b^{2}}\right ) c}}+\frac {\left (e b -2 c d -e \sqrt {-4 a c +b^{2}}\right ) \sqrt {2}\, \arctan \left (\frac {c x \sqrt {2}}{\sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{8 \sqrt {-4 a c +b^{2}}\, \sqrt {\left (b +\sqrt {-4 a c +b^{2}}\right ) c}}\right )}{a \,e^{2}-d e b +c \,d^{2}}+\frac {e^{2} \arctan \left (\frac {e x}{\sqrt {d e}}\right )}{\left (a \,e^{2}-d e b +c \,d^{2}\right ) \sqrt {d e}}\) \(215\)
risch \(\text {Expression too large to display}\) \(1787\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x^2+d)/(c*x^4+b*x^2+a),x,method=_RETURNVERBOSE)

[Out]

4/(a*e^2-b*d*e+c*d^2)*c*(-1/8*(-e*(-4*a*c+b^2)^(1/2)-e*b+2*c*d)/(-4*a*c+b^2)^(1/2)*2^(1/2)/((-b+(-4*a*c+b^2)^(
1/2))*c)^(1/2)*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))+1/8*(e*b-2*c*d-e*(-4*a*c+b^2)^(1/2))/(-4
*a*c+b^2)^(1/2)*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(c*x*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)))
+e^2/(a*e^2-b*d*e+c*d^2)/(d*e)^(1/2)*arctan(e*x/(d*e)^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="maxima")

[Out]

arctan(x*e^(1/2)/sqrt(d))*e^(3/2)/((c*d^2 - b*d*e + a*e^2)*sqrt(d)) - integrate((c*x^2*e - c*d + b*e)/(c*x^4 +
 b*x^2 + a), x)/(c*d^2 - b*d*e + a*e^2)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 7850 vs. \(2 (213) = 426\).
time = 13.06, size = 15733, normalized size = 61.94 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="fricas")

[Out]

[1/2*(sqrt(1/2)*(c*d^2 - b*d*e + a*e^2)*sqrt(-(b*c^2*d^2 - 2*(b^2*c - 2*a*c^2)*d*e + (b^3 - 3*a*b*c)*e^2 + ((a
*b^2*c^2 - 4*a^2*c^3)*d^4 - 2*(a*b^3*c - 4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^2*b^2*c - 8*a^3*c^2)*d^2*e^2 - 2*(a
^2*b^3 - 4*a^3*b*c)*d*e^3 + (a^3*b^2 - 4*a^4*c)*e^4)*sqrt((c^4*d^4 - 4*b*c^3*d^3*e + 2*(3*b^2*c^2 - a*c^3)*d^2
*e^2 - 4*(b^3*c - a*b*c^2)*d*e^3 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^4)/((a^2*b^2*c^4 - 4*a^3*c^5)*d^8 - 4*(a^2*b^
3*c^3 - 4*a^3*b*c^4)*d^7*e + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^6*e^2 - 4*(a^2*b^5*c - a^3*b^3*c
^2 - 12*a^4*b*c^3)*d^5*e^3 + (a^2*b^6 + 8*a^3*b^4*c - 42*a^4*b^2*c^2 - 24*a^5*c^3)*d^4*e^4 - 4*(a^3*b^5 - a^4*
b^3*c - 12*a^5*b*c^2)*d^3*e^5 + 2*(3*a^4*b^4 - 10*a^5*b^2*c - 8*a^6*c^2)*d^2*e^6 - 4*(a^5*b^3 - 4*a^6*b*c)*d*e
^7 + (a^6*b^2 - 4*a^7*c)*e^8)))/((a*b^2*c^2 - 4*a^2*c^3)*d^4 - 2*(a*b^3*c - 4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^
2*b^2*c - 8*a^3*c^2)*d^2*e^2 - 2*(a^2*b^3 - 4*a^3*b*c)*d*e^3 + (a^3*b^2 - 4*a^4*c)*e^4))*log(-2*c^4*d^2*x + 4*
b*c^3*d*x*e - 2*(b^2*c^2 - a*c^3)*x*e^2 + sqrt(1/2)*((b^2*c^3 - 4*a*c^4)*d^3 - 3*(b^3*c^2 - 4*a*b*c^3)*d^2*e +
 (3*b^4*c - 13*a*b^2*c^2 + 4*a^2*c^3)*d*e^2 - (b^5 - 5*a*b^3*c + 4*a^2*b*c^2)*e^3 - ((a*b^3*c^3 - 4*a^2*b*c^4)
*d^5 - (3*a*b^4*c^2 - 14*a^2*b^2*c^3 + 8*a^3*c^4)*d^4*e + (3*a*b^5*c - 14*a^2*b^3*c^2 + 8*a^3*b*c^3)*d^3*e^2 -
 (a*b^6 - 2*a^2*b^4*c - 12*a^3*b^2*c^2 + 16*a^4*c^3)*d^2*e^3 + (2*a^2*b^5 - 11*a^3*b^3*c + 12*a^4*b*c^2)*d*e^4
 - (a^3*b^4 - 6*a^4*b^2*c + 8*a^5*c^2)*e^5)*sqrt((c^4*d^4 - 4*b*c^3*d^3*e + 2*(3*b^2*c^2 - a*c^3)*d^2*e^2 - 4*
(b^3*c - a*b*c^2)*d*e^3 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^4)/((a^2*b^2*c^4 - 4*a^3*c^5)*d^8 - 4*(a^2*b^3*c^3 - 4
*a^3*b*c^4)*d^7*e + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^6*e^2 - 4*(a^2*b^5*c - a^3*b^3*c^2 - 12*a
^4*b*c^3)*d^5*e^3 + (a^2*b^6 + 8*a^3*b^4*c - 42*a^4*b^2*c^2 - 24*a^5*c^3)*d^4*e^4 - 4*(a^3*b^5 - a^4*b^3*c - 1
2*a^5*b*c^2)*d^3*e^5 + 2*(3*a^4*b^4 - 10*a^5*b^2*c - 8*a^6*c^2)*d^2*e^6 - 4*(a^5*b^3 - 4*a^6*b*c)*d*e^7 + (a^6
*b^2 - 4*a^7*c)*e^8)))*sqrt(-(b*c^2*d^2 - 2*(b^2*c - 2*a*c^2)*d*e + (b^3 - 3*a*b*c)*e^2 + ((a*b^2*c^2 - 4*a^2*
c^3)*d^4 - 2*(a*b^3*c - 4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^2*b^2*c - 8*a^3*c^2)*d^2*e^2 - 2*(a^2*b^3 - 4*a^3*b*
c)*d*e^3 + (a^3*b^2 - 4*a^4*c)*e^4)*sqrt((c^4*d^4 - 4*b*c^3*d^3*e + 2*(3*b^2*c^2 - a*c^3)*d^2*e^2 - 4*(b^3*c -
 a*b*c^2)*d*e^3 + (b^4 - 2*a*b^2*c + a^2*c^2)*e^4)/((a^2*b^2*c^4 - 4*a^3*c^5)*d^8 - 4*(a^2*b^3*c^3 - 4*a^3*b*c
^4)*d^7*e + 2*(3*a^2*b^4*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^6*e^2 - 4*(a^2*b^5*c - a^3*b^3*c^2 - 12*a^4*b*c^3
)*d^5*e^3 + (a^2*b^6 + 8*a^3*b^4*c - 42*a^4*b^2*c^2 - 24*a^5*c^3)*d^4*e^4 - 4*(a^3*b^5 - a^4*b^3*c - 12*a^5*b*
c^2)*d^3*e^5 + 2*(3*a^4*b^4 - 10*a^5*b^2*c - 8*a^6*c^2)*d^2*e^6 - 4*(a^5*b^3 - 4*a^6*b*c)*d*e^7 + (a^6*b^2 - 4
*a^7*c)*e^8)))/((a*b^2*c^2 - 4*a^2*c^3)*d^4 - 2*(a*b^3*c - 4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^2*b^2*c - 8*a^3*c
^2)*d^2*e^2 - 2*(a^2*b^3 - 4*a^3*b*c)*d*e^3 + (a^3*b^2 - 4*a^4*c)*e^4))) - sqrt(1/2)*(c*d^2 - b*d*e + a*e^2)*s
qrt(-(b*c^2*d^2 - 2*(b^2*c - 2*a*c^2)*d*e + (b^3 - 3*a*b*c)*e^2 + ((a*b^2*c^2 - 4*a^2*c^3)*d^4 - 2*(a*b^3*c -
4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^2*b^2*c - 8*a^3*c^2)*d^2*e^2 - 2*(a^2*b^3 - 4*a^3*b*c)*d*e^3 + (a^3*b^2 - 4*
a^4*c)*e^4)*sqrt((c^4*d^4 - 4*b*c^3*d^3*e + 2*(3*b^2*c^2 - a*c^3)*d^2*e^2 - 4*(b^3*c - a*b*c^2)*d*e^3 + (b^4 -
 2*a*b^2*c + a^2*c^2)*e^4)/((a^2*b^2*c^4 - 4*a^3*c^5)*d^8 - 4*(a^2*b^3*c^3 - 4*a^3*b*c^4)*d^7*e + 2*(3*a^2*b^4
*c^2 - 10*a^3*b^2*c^3 - 8*a^4*c^4)*d^6*e^2 - 4*(a^2*b^5*c - a^3*b^3*c^2 - 12*a^4*b*c^3)*d^5*e^3 + (a^2*b^6 + 8
*a^3*b^4*c - 42*a^4*b^2*c^2 - 24*a^5*c^3)*d^4*e^4 - 4*(a^3*b^5 - a^4*b^3*c - 12*a^5*b*c^2)*d^3*e^5 + 2*(3*a^4*
b^4 - 10*a^5*b^2*c - 8*a^6*c^2)*d^2*e^6 - 4*(a^5*b^3 - 4*a^6*b*c)*d*e^7 + (a^6*b^2 - 4*a^7*c)*e^8)))/((a*b^2*c
^2 - 4*a^2*c^3)*d^4 - 2*(a*b^3*c - 4*a^2*b*c^2)*d^3*e + (a*b^4 - 2*a^2*b^2*c - 8*a^3*c^2)*d^2*e^2 - 2*(a^2*b^3
 - 4*a^3*b*c)*d*e^3 + (a^3*b^2 - 4*a^4*c)*e^4))*log(-2*c^4*d^2*x + 4*b*c^3*d*x*e - 2*(b^2*c^2 - a*c^3)*x*e^2 -
 sqrt(1/2)*((b^2*c^3 - 4*a*c^4)*d^3 - 3*(b^3*c^2 - 4*a*b*c^3)*d^2*e + (3*b^4*c - 13*a*b^2*c^2 + 4*a^2*c^3)*d*e
^2 - (b^5 - 5*a*b^3*c + 4*a^2*b*c^2)*e^3 - ((a*b^3*c^3 - 4*a^2*b*c^4)*d^5 - (3*a*b^4*c^2 - 14*a^2*b^2*c^3 + 8*
a^3*c^4)*d^4*e + (3*a*b^5*c - 14*a^2*b^3*c^2 + 8*a^3*b*c^3)*d^3*e^2 - (a*b^6 - 2*a^2*b^4*c - 12*a^3*b^2*c^2 +
16*a^4*c^3)*d^2*e^3 + (2*a^2*b^5 - 11*a^3*b^3*c + 12*a^4*b*c^2)*d*e^4 - (a^3*b^4 - 6*a^4*b^2*c + 8*a^5*c^2)*e^
5)*sqrt((c^4*d^4 - 4*b*c^3*d^3*e + 2*(3*b^2*c^2 - a*c^3)*d^2*e^2 - 4*(b^3*c - a*b*c^2)*d*e^3 + (b^4 - 2*a*b^2*
c + a^2*c^2)*e^4)/((a^2*b^2*c^4 - 4*a^3*c^5)*d^8 - 4*(a^2*b^3*c^3 - 4*a^3*b*c^4)*d^7*e + 2*(3*a^2*b^4*c^2 - 10
*a^3*b^2*c^3 - 8*a^4*c^4)*d^6*e^2 - 4*(a^2*b^5*c - a^3*b^3*c^2 - 12*a^4*b*c^3)*d^5*e^3 + (a^2*b^6 + 8*a^3*b^4*
c - 42*a^4*b^2*c^2 - 24*a^5*c^3)*d^4*e^4 - 4*(a^3*b^5 - a^4*b^3*c - 12*a^5*b*c^2)*d^3*e^5 + 2*(3*a^4*b^4 - 10*
a^5*b^2*c - 8*a^6*c^2)*d^2*e^6 - 4*(a^5*b^3 - 4*a^6*b*c)*d*e^7 + (a^6*b^2 - 4*a^7*c)*e^8)))*sqrt(-(b*c^2*d^2 -
 2*(b^2*c - 2*a*c^2)*d*e + (b^3 - 3*a*b*c)*e^2 ...

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x**2+d)/(c*x**4+b*x**2+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 7650 vs. \(2 (213) = 426\).
time = 5.89, size = 7650, normalized size = 30.12 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x^2+d)/(c*x^4+b*x^2+a),x, algorithm="giac")

[Out]

-1/8*(2*(2*b^3*c^5 - 8*a*b*c^6 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^3 + 4*sqrt(2)
*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^4 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
 4*a*c)*c)*b^2*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b*c^5 - 2*(b^2 - 4*a*c)*b*c^5)*
d^5 - 5*(2*b^4*c^4 - 8*a*b^2*c^5 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 + 4*sqrt(
2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^3 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b
^2 - 4*a*c)*c)*b^3*c^3 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^2*c^4 - 2*(b^2 - 4*a*c)*b
^2*c^4)*d^4*e - 2*(sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)
*a*b^2*c^3 - 2*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^3 - 2*b^4*c^3 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 -
4*a*c)*c)*a^2*c^4 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^4 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c
)*b^2*c^4 + 16*a*b^2*c^4 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*c^5 - 32*a^2*c^5 + 2*(b^2 - 4*a*c)*b^2*
c^3 - 8*(b^2 - 4*a*c)*a*c^4)*d^3*abs(c*d^2 - b*d*e + a*e^2) + 4*(2*b^5*c^3 - 6*a*b^3*c^4 - 8*a^2*b*c^5 - sqrt(
2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c + 3*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 -
 4*a*c)*c)*a*b^3*c^2 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 + 4*sqrt(2)*sqrt(b^
2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^3 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c
)*c)*a*b^2*c^3 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^3 - sqrt(2)*sqrt(b^2 - 4*a*c)
*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^4 - 2*(b^2 - 4*a*c)*b^3*c^3 - 2*(b^2 - 4*a*c)*a*b*c^4)*d^3*e^2 + 4*(sqr
t(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^2 - 2*sqrt(2)*s
qrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 - 2*b^5*c^2 + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^3 + 8*
sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^3 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c^3 + 16*a*b^3
*c^3 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^4 - 32*a^2*b*c^4 + 2*(b^2 - 4*a*c)*b^3*c^2 - 8*(b^2 - 4
*a*c)*a*b*c^3)*d^2*abs(c*d^2 - b*d*e + a*e^2)*e - (2*b^6*c^2 + 4*a*b^4*c^3 - 48*a^2*b^2*c^4 - sqrt(2)*sqrt(b^2
 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^6 - 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*
b^4*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^5*c + 24*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(
b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^2 + 12*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^
2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 - 6*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c +
 sqrt(b^2 - 4*a*c)*c)*a*b^2*c^3 - 2*(b^2 - 4*a*c)*b^4*c^2 - 12*(b^2 - 4*a*c)*a*b^2*c^3)*d^2*e^3 - 2*(sqrt(2)*s
qrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^6 - 7*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c - 2*sqrt(2)*sqrt(b*c +
sqrt(b^2 - 4*a*c)*c)*b^5*c - 2*b^6*c + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b^2*c^2 + 6*sqrt(2)*sqrt(
b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^2 + sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^4*c^2 + 14*a*b^4*c^2 + 16*sqr
t(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*c^3 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^3 - 3*sqrt(2)
*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c^3 - 16*a^2*b^2*c^3 - 4*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*c^
4 - 32*a^3*c^4 + 2*(b^2 - 4*a*c)*b^4*c - 6*(b^2 - 4*a*c)*a*b^2*c^2 - 8*(b^2 - 4*a*c)*a^2*c^3)*d*abs(c*d^2 - b*
d*e + a*e^2)*e^2 - (2*b^4*c^2 - 16*a*b^2*c^3 + 32*a^2*c^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*
a*c)*c)*b^4 + 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^2*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c
)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*b^3*c - 16*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*c^2
 - 8*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b*c^2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c +
sqrt(b^2 - 4*a*c)*c)*b^2*c^2 + 4*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*c^3 - 2*(b^2 - 4*
a*c)*b^2*c^2 + 8*(b^2 - 4*a*c)*a*c^3)*(c*d^2 - b*d*e + a*e^2)^2*e + 2*(2*a*b^5*c^2 - 6*a^2*b^3*c^3 - 8*a^3*b*c
^4 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5 + 3*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c +
sqrt(b^2 - 4*a*c)*c)*a^2*b^3*c + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c + 4*sqrt(
2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^3*b*c^2 + 2*sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b
^2 - 4*a*c)*c)*a^2*b^2*c^2 - sqrt(2)*sqrt(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^3*c^2 - sqrt(2)*sqr
t(b^2 - 4*a*c)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b*c^3 - 2*(b^2 - 4*a*c)*a*b^3*c^2 - 2*(b^2 - 4*a*c)*a^2*b*c
^3)*d*e^4 + 2*(sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^5 - 8*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a^2*b
^3*c - 2*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)*c)*a*b^4*c - 2*a*b^5*c + 16*sqrt(2)*sqrt(b*c + sqrt(b^2 - 4*a*c)
*c)*a^3*b*c^2 + 8*sqrt(2)*sqrt(b*c + sqrt(b^2 -...

________________________________________________________________________________________

Mupad [B]
time = 5.61, size = 2500, normalized size = 9.84 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((d + e*x^2)*(a + b*x^2 + c*x^4)),x)

[Out]

atan((((-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + c^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2
*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 - a*c*e^2*(-(4*a*c - b^2)^3)^(1/2) - 16*a^2*c^3*d*e +
 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(a^3*b^4*e^4 + 16*a^3*c^4*d^4 + 16*a^5*c^2*e^4 + a*
b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d*e^3 - 8*a^2*b^2*c^3*d^4 + 32*a^4*c^3*d^2*e^2 - 2*a
*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32*a^4*b*c^2*d*e^3 + 16*a^2*b^3*c^2*d^3*e - 6*a^2*b^4
*c*d^2*e^2)))^(1/2)*((x*(16*b^5*c^2*e^7 + 16*c^7*d^5*e^2 - 112*a*b^3*c^3*e^7 + 192*a^2*b*c^4*e^7 + 32*a*c^6*d^
3*e^4 - 240*a^2*c^5*d*e^6 - 32*b*c^6*d^4*e^3 - 32*b^4*c^3*d*e^6 + 16*b^2*c^5*d^3*e^4 + 16*b^3*c^4*d^2*e^5 - 96
*a*b*c^5*d^2*e^5 + 192*a*b^2*c^4*d*e^6) - (-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + c^2*d^
2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 - a*c*e^2*(-(4*a*c
 - b^2)^3)^(1/2) - 16*a^2*c^3*d*e + 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(a^3*b^4*e^4 + 1
6*a^3*c^4*d^4 + 16*a^5*c^2*e^4 + a*b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d*e^3 - 8*a^2*b^2
*c^3*d^4 + 32*a^4*c^3*d^2*e^2 - 2*a*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32*a^4*b*c^2*d*e^3
 + 16*a^2*b^3*c^2*d^3*e - 6*a^2*b^4*c*d^2*e^2)))^(1/2)*(x*(-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3
)^(1/2) + c^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 -
a*c*e^2*(-(4*a*c - b^2)^3)^(1/2) - 16*a^2*c^3*d*e + 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*
(a^3*b^4*e^4 + 16*a^3*c^4*d^4 + 16*a^5*c^2*e^4 + a*b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d
*e^3 - 8*a^2*b^2*c^3*d^4 + 32*a^4*c^3*d^2*e^2 - 2*a*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32
*a^4*b*c^2*d*e^3 + 16*a^2*b^3*c^2*d^3*e - 6*a^2*b^4*c*d^2*e^2)))^(1/2)*(256*a^4*b^2*c^3*e^9 - 32*a^3*b^4*c^2*e
^9 - 512*a^5*c^4*e^9 + 512*a^2*c^7*d^6*e^3 + 512*a^3*c^6*d^4*e^5 - 512*a^4*c^5*d^2*e^7 - 32*b^3*c^6*d^7*e^2 +
128*b^4*c^5*d^6*e^3 - 192*b^5*c^4*d^5*e^4 + 128*b^6*c^3*d^4*e^5 - 32*b^7*c^2*d^3*e^6 + 512*a^2*b^2*c^5*d^4*e^5
 + 288*a^2*b^3*c^4*d^3*e^6 - 192*a^2*b^4*c^3*d^2*e^7 + 384*a^3*b^2*c^4*d^2*e^7 + 128*a*b*c^7*d^7*e^2 + 640*a^4
*b*c^4*d*e^8 - 640*a*b^2*c^6*d^6*e^3 + 1056*a*b^3*c^5*d^5*e^4 - 672*a*b^4*c^4*d^4*e^5 + 96*a*b^5*c^3*d^3*e^6 +
 32*a*b^6*c^2*d^2*e^7 - 1152*a^2*b*c^6*d^5*e^4 + 32*a^2*b^5*c^2*d*e^8 - 640*a^3*b*c^5*d^3*e^6 - 288*a^3*b^3*c^
3*d*e^8) - 256*a^4*c^4*e^8 + 64*a*c^7*d^6*e^2 - 16*a^2*b^4*c^2*e^8 + 128*a^3*b^2*c^3*e^8 - 128*a^2*c^6*d^4*e^4
 - 448*a^3*c^5*d^2*e^6 - 16*b^2*c^6*d^6*e^2 + 64*b^3*c^5*d^5*e^3 - 96*b^4*c^4*d^4*e^4 + 64*b^5*c^3*d^3*e^5 - 1
6*b^6*c^2*d^2*e^6 + 240*a^2*b^2*c^4*d^2*e^6 - 256*a*b*c^6*d^5*e^3 + 32*a*b^5*c^2*d*e^7 + 384*a^3*b*c^4*d*e^7 +
 416*a*b^2*c^5*d^4*e^4 - 288*a*b^3*c^4*d^3*e^5 + 32*a*b^4*c^3*d^2*e^6 + 128*a^2*b*c^5*d^3*e^5 - 224*a^2*b^3*c^
3*d*e^7))*(-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + c^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*
a^2*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 - a*c*e^2*(-(4*a*c - b^2)^3)^(1/2) - 16*a^2*c^3*d*
e + 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(a^3*b^4*e^4 + 16*a^3*c^4*d^4 + 16*a^5*c^2*e^4 +
 a*b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d*e^3 - 8*a^2*b^2*c^3*d^4 + 32*a^4*c^3*d^2*e^2 -
2*a*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32*a^4*b*c^2*d*e^3 + 16*a^2*b^3*c^2*d^3*e - 6*a^2*
b^4*c*d^2*e^2)))^(1/2) - 4*b^3*c^3*e^6 - 4*c^6*d^3*e^3 + 4*b*c^5*d^2*e^4 + 4*b^2*c^4*d*e^5 + 16*a*b*c^4*e^6 -
20*a*c^5*d*e^5) + 6*c^5*e^5*x)*(-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3)^(1/2) + c^2*d^2*(-(4*a*c
- b^2)^3)^(1/2) + 12*a^2*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 - a*c*e^2*(-(4*a*c - b^2)^3)^
(1/2) - 16*a^2*c^3*d*e + 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(a^3*b^4*e^4 + 16*a^3*c^4*d
^4 + 16*a^5*c^2*e^4 + a*b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d*e^3 - 8*a^2*b^2*c^3*d^4 +
32*a^4*c^3*d^2*e^2 - 2*a*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32*a^4*b*c^2*d*e^3 + 16*a^2*b
^3*c^2*d^3*e - 6*a^2*b^4*c*d^2*e^2)))^(1/2)*1i + ((-(b^5*e^2 + b^3*c^2*d^2 + b^2*e^2*(-(4*a*c - b^2)^3)^(1/2)
+ c^2*d^2*(-(4*a*c - b^2)^3)^(1/2) + 12*a^2*b*c^2*e^2 - 2*b^4*c*d*e - 4*a*b*c^3*d^2 - 7*a*b^3*c*e^2 - a*c*e^2*
(-(4*a*c - b^2)^3)^(1/2) - 16*a^2*c^3*d*e + 12*a*b^2*c^2*d*e - 2*b*c*d*e*(-(4*a*c - b^2)^3)^(1/2))/(8*(a^3*b^4
*e^4 + 16*a^3*c^4*d^4 + 16*a^5*c^2*e^4 + a*b^4*c^2*d^4 - 8*a^4*b^2*c*e^4 + a*b^6*d^2*e^2 - 2*a^2*b^5*d*e^3 - 8
*a^2*b^2*c^3*d^4 + 32*a^4*c^3*d^2*e^2 - 2*a*b^5*c*d^3*e - 32*a^3*b*c^3*d^3*e + 16*a^3*b^3*c*d*e^3 - 32*a^4*b*c
^2*d*e^3 + 16*a^2*b^3*c^2*d^3*e - 6*a^2*b^4*c*d^2*e^2)))^(1/2)*((x*(16*b^5*c^2*e^7 + 16*c^7*d^5*e^2 - 112*a*b^
3*c^3*e^7 + 192*a^2*b*c^4*e^7 + 32*a*c^6*d^3*e^4 - 240*a^2*c^5*d*e^6 - 32*b*c^6*d^4*e^3 - 32*b^4*c^3*d*e^6 + 1
6*b^2*c^5*d^3*e^4 + 16*b^3*c^4*d^2*e^5 - 96*a*b...

________________________________________________________________________________________